home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Over 1,000 Windows 95 Programs
/
Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso
/
1468
/
demo.bas
< prev
next >
Wrap
BASIC Source File
|
1995-12-24
|
273b
|
14 lines
Attribute VB_Name = "basDemo"
Option Explicit
Global Const gnALIGN_LEFT = 0
Global Const gnALIGN_RIGHT = 1
Global Const gnCENTER = 2
Global Const gnAUTOSIZE_CONTAINER_TO_LCD = 0
Global Const gnAUTOSIZE_LCD_TO_CONTAINER = 1
Global Const gnAUTOSIZE_OFF = 2